Update System
2014/12/10 |
[1] | After installing Fedora, Update the system first if possible. It's better to install yum-plugin-fastestmirror before it. |
[root@dlp ~]# yum -y install yum-plugin-fastestmirror Loaded plugins: langpacks Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-27.fc21 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: yum-plugin-fastestmirror noarch 1.1.31-27.fc21 updates 35 k Transaction Summary ================================================================================ Install 1 Package Total download size: 35 k Installed size: 53 k Downloading packages: yum-plugin-fastestmirror-1.1.31-27.fc21.noarch.rpm | 35 kB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction (shutdown inhibited) Installing : yum-plugin-fastestmirror-1.1.31-27.fc21.noarch 1/1 Verifying : yum-plugin-fastestmirror-1.1.31-27.fc21.noarch 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.31-27.fc21 Complete![root@dlp ~]# yum -y update
|